In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / AddLinkAnnotationInteractive Method

AddLinkAnnotationInteractive Method (IGdViewer)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(76)>

Sub AddLinkAnnotationInteractive( _

   ByVal Text As String, _

   ByVal Link As String, _

   ByVal ForeColor As Integer, _

   ByVal HoverForeColor As Integer, _

   ByVal FontName As String, _

   ByVal FontStyle As FontStyle, _

   ByVal HoverFontStyle As FontStyle, _

   ByVal Opacity As Single, _

   ByVal Rotation As Single _

) 
[DispId(76)]

void AddLinkAnnotationInteractive( 

   string Text,

   string Link,

   int ForeColor,

   int HoverForeColor,

   string FontName,

   FontStyle FontStyle,

   FontStyle HoverFontStyle,

   float Opacity,

   float Rotation

)
procedure AddLinkAnnotationInteractive( 

    Text: String;

    Link: String;

    ForeColor: Integer;

    HoverForeColor: Integer;

    FontName: String;

    FontStyle: FontStyle;

    HoverFontStyle: FontStyle;

    Opacity: Single;

    Rotation: Single

); 
DispIdAttribute(76)

function AddLinkAnnotationInteractive( 

   Text : String,

   Link : String,

   ForeColor : int,

   HoverForeColor : int,

   FontName : String,

   FontStyle : FontStyle,

   HoverFontStyle : FontStyle,

   Opacity : float,

   Rotation : float

);
[DispId(76)]

void AddLinkAnnotationInteractive( 

   string* Text,

   string* Link,

   int ForeColor,

   int HoverForeColor,

   string* FontName,

   FontStyle FontStyle,

   FontStyle HoverFontStyle,

   float Opacity,

   float Rotation

) 
[DispId(76)]

void AddLinkAnnotationInteractive( 

   String^ Text,

   String^ Link,

   int ForeColor,

   int HoverForeColor,

   String^ FontName,

   FontStyle FontStyle,

   FontStyle HoverFontStyle,

   float Opacity,

   float Rotation

) 

Parameters

Text
Link
ForeColor
HoverForeColor
FontName
FontStyle
HoverFontStyle
Opacity
Rotation
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members